IMouseObserver Class Reference

generic mouse observer interface for CFrame More...

Inheritance diagram for IMouseObserver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~IMouseObserver ()
virtual void onMouseEntered (CView *view, CFrame *frame)=0
virtual void onMouseExited (CView *view, CFrame *frame)=0
virtual CMouseEventResult onMouseMoved (CFrame *frame, const CPoint &where, const CButtonState &buttons)
 a mouse move event happend on the frame at position where. If the observer handles this, the event won't be propagated further
virtual CMouseEventResult onMouseDown (CFrame *frame, const CPoint &where, const CButtonState &buttons)
 a mouse down event happend on the frame at position where. If the observer handles this, the event won't be propagated further

Detailed Description

generic mouse observer interface for CFrame


Constructor & Destructor Documentation

virtual ~IMouseObserver (  )  [inline, virtual]

Member Function Documentation

virtual CMouseEventResult onMouseDown ( CFrame frame,
const CPoint where,
const CButtonState buttons 
) [inline, virtual]

a mouse down event happend on the frame at position where. If the observer handles this, the event won't be propagated further

Reimplemented in VST3Editor.

virtual void onMouseEntered ( CView view,
CFrame frame 
) [pure virtual]

Implemented in VST3Editor.

virtual void onMouseExited ( CView view,
CFrame frame 
) [pure virtual]

Implemented in VST3Editor.

virtual CMouseEventResult onMouseMoved ( CFrame frame,
const CPoint where,
const CButtonState buttons 
) [inline, virtual]

a mouse move event happend on the frame at position where. If the observer handles this, the event won't be propagated further

Reimplemented in VST3Editor.


The documentation for this class was generated from the following file:

Generated on Fri Nov 22 11:09:33 2013 for VSTGUI by  doxygen 1.6.1